home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / u_man / cat3 / Tk / sleep.z / sleep
Text File  |  1998-10-30  |  2KB  |  67 lines

  1.  
  2.  
  3.  
  4. TTTTkkkk____SSSSlllleeeeeeeepppp((((3333TTTTkkkk))))                                                    TTTTkkkk____SSSSlllleeeeeeeepppp((((3333TTTTkkkk))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      Tk_Sleep - delay execution for a given number of milliseconds
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      ####iiiinnnncccclllluuuuddddeeee <<<<ttttkkkk....hhhh>>>>
  13.  
  14.      TTTTkkkk____SSSSlllleeeeeeeepppp(_m_s)
  15.  
  16. AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
  17.      int_m_s(in)
  18.      Number of milliseconds to sleep.
  19.  
  20.  
  21. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  22.      This procedure delays the calling process by the number of milliseconds
  23.      given by the _m_s parameter, and returns after that time has elapsed.  It
  24.      is typically used for things like flashing a button, where the delay is
  25.      short and the application needn't do anything while it waits.  For longer
  26.      delays where the application needs to respond to other events during the
  27.      delay, the procedure TTTTkkkk____CCCCrrrreeeeaaaatttteeeeTTTTiiiimmmmeeeerrrrHHHHaaaannnnddddlllleeeerrrr should be used instead of
  28.      TTTTkkkk____SSSSlllleeeeeeeepppp.
  29.  
  30.  
  31. KKKKEEEEYYYYWWWWOOOORRRRDDDDSSSS
  32.      sleep, time, wait
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.